previous frame pointer meaning in Chinese
前栈帧指针
Examples
- We detect stack overflow by monitoring the previous frame pointer . such comes the tool fpw ( frame pointer watcher )
作者提出利用前帧指针检测堆栈溢出的方法即fpw ( framepointerwatcher ) 。 - It uses different zones named usu - prefrm zone and jmp - prefrm zone to record changing of the previous frame pointer in stack . compared with stack guard and rad , fpw has more efficent performance , same safety and less memory cost
与stackguard和rad相比, fpw具有同样程度的安全性、占用更少的内存空间、减少进程意外终止的可能性和更好的运行效果等优点。